From d48f904e3c39fc7074601ca2e876296a76d55ec2 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Thu, 14 Sep 2017 19:22:31 +0100 Subject: [PATCH] Spinner: Document how to select on animated in CSS This is not particularly obvious, so it seems worth including. --- gtk/gtkspinner.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtkspinner.c b/gtk/gtkspinner.c index 3b4fc7dc63..24a4920134 100644 --- a/gtk/gtkspinner.c +++ b/gtk/gtkspinner.c @@ -57,7 +57,8 @@ * * # CSS nodes * - * GtkSpinner has a single CSS node with the name spinner. + * GtkSpinner has a single CSS node with the name spinner. When the animation is + * active, the :checked pseudoclass is added to this node. */ -- 2.30.2